home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00243.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  115 b   |  10 lines

  1. on mouseUp
  2.   global discs
  3.   unsetQT(5)
  4.   if discs = 0 then
  5.     go("START HELP")
  6.   else
  7.     go("TEST")
  8.   end if
  9. end
  10.